home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / neumap3.zip / NUMP.ZP / PRCM.HLP < prev    next >
Text File  |  1993-01-02  |  1KB  |  34 lines

  1. Info on MLP Processing Program
  2.  
  3. 1. Reads;
  4.  a. Network structure file
  5.  b. Weight file for a trained network
  6.  c. Input data filename and type
  7.  
  8. 2. Processing;
  9.  a. Processes inputs into output layer activations
  10.  b. Saves network outputs to disk
  11.  
  12. 3. Example Run of MLP Processing Program
  13.  a. Go to the "Batch Processing" option and press <ret>
  14.  b. Observe the parameter file with commented keyboard responses;
  15.  
  16. GLS.out       ! Filename for storing network Outputs 
  17. GLS.top       ! Network structure filname
  18. GLS           ! input data filename
  19. 1             ! 1 if file includes desired outputs, 0 else 
  20. 0  0          ! First and last pattern numbers (0 0 for all data)
  21. GLS.wts       ! Filename containing weights
  22. 2             ! 1 to continue, 2 to stop
  23.  
  24.  
  25.     The program will process training file gls using the network
  26.     with structure file gls.top and weight file gls.wts.
  27.  c. Exit the DOS editor and observe the program running
  28.  d. Go to the "Examine Program Output" option and press <ret>
  29.  e. You can run this program on your own data, simply by editing the 
  30.     parameter file in the "batch Run" option.
  31.  
  32.  
  33.  
  34.